@charset "UTF-8";
/* ---- 圓角半徑 ---- */
/* ---- 字體顏色 ---- */
/* ---- 字體粗細 ---- */
/* ---- RWD的斷點 ---- */
/* ---- 共同設定 ---- */
/* ---- 圓角半徑 ---- */
/* ---- 字體顏色 ---- */
/* ---- 字體粗細 ---- */
/* ---- CLEARFIX ---- */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

body {
  color: #353b39;
  font-family: "Noto Sans TC", sans-serif;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html::-webkit-scrollbar {
  width: 4px;
}

html::-webkit-scrollbar-track {
  background: #f7f2ef;
}

html::-webkit-scrollbar-thumb {
  background: #07913b;
}

input,
select,
textarea {
  outline-color: #ccc;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #757575;
  font-weight: 500;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #757575;
  font-weight: 500;
}

::-ms-input-placeholder {
  font-size: 14px;
  color: #757575;
  font-weight: 500;
}

::placeholder {
  font-size: 14px;
  color: #757575;
  font-weight: 500;
}

.webContent {
  background: #fff;
  padding: 16px;
}

.webContent.first {
  border-bottom: 2.6px dashed #07913b;
  border-radius: 16px 16px 0 0;
  margin-top: 68px;
}

.webContent.first.borderNone {
  border-bottom: none;
  padding-bottom: 100px;
}

.webContent.last {
  border-radius: 0 0 16px 16px;
  margin-top: -1px;
}

.qAndAFrameBox {
  padding: 12px 18px 68px !important;
}

.qAndAFrameBox.borderNone {
  border-bottom: none;
}

#wrapper {
  overflow-x: hidden;
  padding: 0 16px 0;
  width: 100%;
}

.backgroundColorSetting {
  background: -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background: linear-gradient(90deg, #87bb3f 0%, #07913b 100%);
}

.borderColorSetting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #87bb3f, #07913b);
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.containerBox {
  margin: 44px auto 0 auto;
  max-width: 1200px;
  width: 100%;
}

.fontColorSetting {
  color: #4ea83d;
}

.serviceColorSetting {
  background: #86bb3f;
}

.smallBorderColorSetting {
  border-color: #07913b;
}

.skillColorSetting {
  color: #86bb3f;
}

#mask {
  background: rgba(35, 23, 20, 0.7);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

#mask .modalWrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mask .modalBox {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  display: none;
  margin: 0 auto;
  padding: 24px 24px 28px;
  position: relative;
  width: 100%;
}

#mask .modalBox.modalBig {
  max-width: 600px;
}

#mask .modalBox.modalMiddle {
  max-width: 420px;
  padding: 24px 16px 8px 16px;
}

#mask .modalBox.modalSmall {
  max-width: 370px;
  padding: 24px 16px 8px 16px;
}

#mask .modalBox .modalCloseBtn {
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: -21px;
  top: -21px;
  width: 42px;
}

#mask .modalBox .modalCloseBtn img {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
  height: auto;
  max-width: 42px;
}

#mask .modalBox .ruleContent.pt {
  padding-top: 28px;
}

#mask .modalBox .scrollContent {
  max-height: 314px;
  overflow-y: scroll;
  padding-right: 16px;
}

#mask .modalBox .scrollContent.scrollStyle::-webkit-scrollbar {
  width: 6px;
}

#mask .modalBox .scrollContent.scrollStyle::-webkit-scrollbar-track {
  background: #f7f2ef;
}

#mask .modalBox .scrollContent.scrollStyle::-webkit-scrollbar-thumb {
  background: #f65e10;
}

#mask .modalBox .listText {
  padding-top: 6px;
}

#mask .modalBox h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 16px;
}

#mask .modalBox h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: justify;
}

#mask .modalBox h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 4px 0;
  text-align: justify;
}

#mask .modalBox p {
  font-size: 16px;
  font-weight: 500;
}

#mask .modalBox p.pt16 {
  padding-top: 16px;
}

#mask .modalBox p.pt24 {
  padding-top: 24px;
}

#mask .modalBox ul.rule li {
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

#mask .modalBox ul.memoText {
  padding-top: 14px;
}

#mask .modalBox ul.memoText li {
  font-size: 14px;
  line-height: 26px;
}

#mask .modalBox .donateBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  padding: 16px 0 30px 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

#mask .modalBox .donateBtn li {
  width: 31.3%;
}

#mask .modalBox .donateBtn li,
#mask .modalBox .submitBtn li {
  display: inline-Block;
}

#mask .modalBox .inputMoney {
  border-top: 1px solid #cbcbcb;
}

#mask .modalBox .moneyPayResult {
  border-bottom: none;
  padding-bottom: 16px;
}

#mask .modalBox .moneyPayResult img {
  display: block;
  height: auto;
  margin: 0 auto 10px auto;
  max-width: 100px;
}

#mask .modalBox .moneyPayResult img.finishPayIcon {
  height: auto;
  margin: 0 auto 18px auto;
  max-width: 60px;
}

#mask .modalBox .moneyPayResult h3 {
  font-size: 20px;
  text-align: center;
}

#mask .modalBox .moneyPayResult h3.bigFont {
  font-size: 24px;
}

#mask .modalBox .moneyPayResult p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#mask .modalBox .moneyPayResult p.gap {
  padding-top: 12px;
}

#mask .modalBox .moneyPayResult p.resultReason {
  font-size: 15px;
  line-height: 23px;
  margin-top: 12px;
  text-align: center;
}

#mask .modalBox .formFieldContent {
  padding-top: 20px;
  width: 100%;
}

#mask .modalBox .formFieldContent.scrollContent {
  max-height: 260px;
}

#mask .modalBox .submitBtn {
  margin: 28px auto 0 auto;
  max-width: 286px;
  width: 100%;
}

#mask .modalBox a.modalBtn {
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
}

#mask .modalBox a.btnNoShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mask .modalBox a.modalBtn,
#mask .modalBox input[type="submit"].modalBtn {
  background: #bebfc8;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 40px;
  margin: 24px auto 0 auto;
  max-width: 142px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.goodsContentBox {
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.goodsContentBox img {
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}

.goodsContentBox .goodsText {
  border-bottom: 1px solid #cbcbcb;
  padding: 16px 0 18px 0;
}

.goodsContentBox .goodsText h3 {
  font-size: 17px;
  padding-bottom: 10px;
}

.goodsContentBox .goodsText p {
  font-size: 15px !important;
  line-height: 25px;
  text-align: justify;
}

.payResultTable {
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
  width: 100%;
}

.payResultTable thead {
  display: none;
}

.payResultTable tbody,
.payResultTable tr,
.payResultTable td {
  display: block;
  width: 100%;
}

.payResultTable tr {
  border-bottom: 1px dotted #ccc;
}

.payResultTable tr:last-child {
  border-bottom: none;
}

.payResultTable td {
  border-bottom: 1px solid #eae1e1;
  color: #353b39;
  line-height: 24px;
  padding: 9.8px 0 9.8px 30%;
  position: relative;
  text-align: right;
  word-break: break-all;
  width: 100%;
}

.payResultTable td::before {
  content: attr(data-label);
  left: 0;
  font-weight: 500;
  padding-right: 10px;
  position: absolute;
  text-align: left;
  width: 50%;
}

.payResultTable td span.mark {
  color: #ed4327;
  font-weight: 500;
  margin-left: 4px;
}

.payResultTable td span.number {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

#resultSuccessModal a.modalBtn {
  margin: 20px auto 22px auto !important;
}

#resultFailModal,
#resultSuccessModal,
#ruleReadModal,
#goodsModal {
  display: none;
}

.headerBox {
  background: -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background: linear-gradient(90deg, #87bb3f 0%, #07913b 100%);
  display: block;
  padding: 10px 16px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.headerBox .politicianName {
  float: left;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.headerBox .politicianName h1 {
  color: #fff;
  font-size: 26px;
}

.headerBox .politicianName img.logo {
  height: auto;
  max-width: 190px;
  top: 50%;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
}

.loginBox {
  display: block;
  float: right;
  -webkit-transform: translateY(80.5%);
          transform: translateY(80.5%);
}

.loginBox a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.loginBox a:before {
  content: "";
  background: url(../images/loginIcon.svg) no-repeat;
  background-size: 14px 14px;
  bottom: 0;
  display: block;
  height: 14px;
  left: -20px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 14px;
}

.logoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  position: relative;
  -webkit-transform: translateY(80.5%);
          transform: translateY(80.5%);
  white-space: nowrap;
}

.logoutBox li {
  display: inline-block;
  font-size: 16px;
  padding-right: 16px;
}

.logoutBox li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.logoutBox li a.subMenuIcon {
  position: relative;
}

.logoutBox li a.subMenuIcon:before {
  content: "";
  background: url(../images/dropDownIcon.png) center right no-repeat;
  background-size: 12px 8px;
  bottom: 0;
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
}

.logoutBox li.last {
  margin-left: 2px;
}

.logoutBox li:hover > .dropDownMenu {
  opacity: 1;
  visibility: visible;
}

.logoutBox .dropDownMenu {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(50, 50, 105, 0.15) 0 2px 5px 0, rgba(0, 0, 0, 0.05) 0 1px 1px 0;
          box-shadow: rgba(50, 50, 105, 0.15) 0 2px 5px 0, rgba(0, 0, 0, 0.05) 0 1px 1px 0;
  cursor: pointer;
  display: block;
  opacity: 0;
  padding: 6px 0 9.2px 0;
  position: absolute;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 122px;
}

.logoutBox .dropDownMenu:after {
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  height: 0;
  left: 8px;
  position: absolute;
  top: -7px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 0;
  z-index: 2;
}

.logoutBox .dropDownMenu li {
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.logoutBox .dropDownMenu li:hover {
  background: rgba(7, 145, 59, 0.22);
}

.logoutBox .dropDownMenu li.last {
  border-bottom: none;
}

.logoutBox .dropDownMenu li:active a {
  font-weight: 600;
}

.logoutBox .dropDownMenu a {
  color: #353b39;
  font-size: 14px;
  font-weight: 500;
  padding-left: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.logoutBox.displayHide {
  display: none;
}

.breadcrumbBox {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 16px;
  width: 100%;
}

.breadcrumbBox p {
  color: #353b39;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbBox p a {
  color: #353b39;
  text-decoration: none;
}

.breadcrumbBox span {
  padding: 0 4.8px;
}

.dataArea {
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.dataArea p {
  color: #353b39;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.dataArea p.supportPerson, .dataArea p.currentDonateCash {
  float: left;
}

.dataArea p.currentDonateCash {
  margin-left: 14px;
}

.dataArea p.donateCashTarget {
  float: right;
}

.dataArea span.number {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

.progressBarUI {
    background: #f0f0f0;
    border-radius: 32px;
    box-shadow: inset 0 0.5px 3.5px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    height: 36px;
    margin-top: 18px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .progressBarUI .progressValue {
        height: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-radius: 32px;
        background: linear-gradient( 90deg, #4facfe 0%, #00f2fe 100% );
        box-shadow: inset 0 0.5px 2px rgba(0, 0, 0, 0.25);
        transition: width 0.6s ease;
        white-space: nowrap;
    }
.progressText {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}
.topInfo {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

    .topInfo .amount {
        font-size: 26px;
        font-weight: 700;
        color: #222;
    }

    .topInfo .goal {
        font-size: 14px;
        color: #888;
    }


.badge {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    background: #fff3cd;
    color: #856404;
}


.bottomInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

    .bottomInfo .left {
        font-weight: 600;
        color: #444;
    }

    .bottomInfo .right {
        font-weight: 600;
        color: #d9534f;
    }


.progressBarUI:hover {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
}


@media (max-width: 768px) {
    .topInfo .amount {
        font-size: 22px;
    }

    .progressBarUI {
        height: 32px;
    }

    .progressBarUI .progressValue {
        font-size: 13px;
    }
}

h3.mainTitle {
  font-size: 26px;
  padding-left: 18px;
  position: relative;
  text-align: justify;
}

h3.mainTitle:before {
  content: "";
  background: url(../images/titleIcon.jpg) no-repeat;
  background-size: 5px 24px;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  width: 5px;
}

.contentBorderLine {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #07913b), color-stop(60%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #07913b 50%, transparent 60%, transparent 100%);
  background-size: 20px 2px;
  border: none;
  height: 2px;
  width: 100%;
}

.mobileDonateBtn {
  display: none;
}

.bannerSliderFrame {
    height: 560px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .bannerSliderFrame {
        height: 280px;
    }
}
#bannerSlider,
#bannerSlider .slick-list,
#bannerSlider .slick-track,
#bannerSlider .slick-slide {
    height: 100% !important;
}
#bannerSlider .banner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.bannerSlideBox {
  display: block;
  max-width: 1850px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bannerSlideBox input[type="radio"] {
  display: none;
}

.bannerSlideBox .slideContent {
  position: absolute;
  z-index: 100;
  width: 300%;
}

.bannerSlideBox img.banner {
  border-radius: 30px;
  height: auto;
  width: 100%;
}

.pageBannerUIBox {
  background: #eff2f1;
  border-radius: 16px;
  height: 200px;
  width: 100%;
  padding: 0 20px;
}

.pageBannerUIBox .container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pageBannerUIBox .container h3 {
  color: #353b39;
  font-size: 34px;
  line-height: 200px;
}

.onlineDonateBox {
  background-clip: content-box, border-box;
  background-origin: border-box;
  border: double 6.8px transparent;
  border-radius: 10px;
  display: block;
  margin-top: 34px;
  position: relative;
  width: 100%;
}

.onlineDonateBox:before {
  content: "";
  background: url(../images/stripePattern-1.png) no-repeat;
  background-size: 28px 120px;
  bottom: 52px;
  display: block;
  height: 120px;
  margin: auto;
  position: absolute;
  right: -28px;
  width: 28px;
}

.onlineDonateBox:after {
  content: "";
  background: url(../images/stripePattern-2.png) no-repeat;
  background-size: 142px 35px;
  bottom: -35px;
  display: block;
  left: 50px;
  position: absolute;
  height: 35px;
  width: 142px;
}

.onlineDonateBox.mobileMt {
  margin-top: 26px;
}

.onlineDonateBox .donateArea {
  position: relative;
}

.onlineDonateBox .donateArea .title {
  height: 40px;
  width: 100%;
}

.onlineDonateBox.contactUsFormWrapper {
  margin-bottom: 80px;
}

.onlineDonateBox .contactUsFormBox {
  background: #fff;
  border-radius: 10px;
  padding: 26px 32px 40px;
}

.onlineDonateTitle .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  margin-top: 14px;
}

.onlineDonateTitle img.icon {
  height: auto;
  max-width: 24px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.onlineDonateTitle li.last {
  margin-left: 8px;
}

.onlineDonateTitle span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.ruleFrameBox.mb0 {
  margin-bottom: 0;
}

.ruleFrameBox .questionUIBox {
  margin-top: 28px;
}

.ruleFrameBox .questionUI {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  padding: 20px 20px 24px;
  width: 100%;
}

.ruleFrameBox .questionUI.last {
  margin-bottom: 0;
}

.ruleFrameBox .questionUI .questionTitle {
  cursor: pointer;
  padding-left: 18px;
  position: relative;
  width: 100%;
}

.ruleFrameBox .questionUI .questionTitle h3 {
  color: #353b39;
  float: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  padding-left: 18px;
  text-align: justify;
  width: 90%;
}

.ruleFrameBox .questionUI .accordionIcon {
  display: block;
  float: right;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 18px;
}

.ruleFrameBox .questionUI .accordionIcon.open:after {
  content: "";
  display: none;
}

.ruleFrameBox .questionUI .accordionIcon:before {
  content: "";
  background: #959590;
  display: block;
  height: 3.4px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.ruleFrameBox .questionUI .accordionIcon:after {
  content: "";
  background: #959590;
  display: block;
  height: 3.4px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18px;
}

.ruleFrameBox .questionUI h3:before {
  content: "Q.";
  color: #ed4327;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.ruleFrameBox .questionUI .dFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ruleFrameBox .questionUI .answerBox {
  -webkit-animation: textFadeIn ease-out 1s;
          animation: textFadeIn ease-out 1s;
  display: none;
  margin-top: 18px;
  padding-left: 36px;
  position: relative;
  width: 100%;
}

.ruleFrameBox .questionUI .answerBox .pb0 {
  padding-bottom: 0;
}

.ruleFrameBox .questionUI .answerBox .pt0 {
  padding-top: 0;
}

.ruleFrameBox .questionUI .answerBox .pt2 {
  padding-top: 14px;
}

.ruleFrameBox .questionUI .answerBox p {
  color: #353b39;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.ruleFrameBox .questionUI .answerBox p:before {
  content: "A.";
  color: #959590;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.ruleFrameBox .questionUI .answerBox span.arrowIcon {
  padding: 0 4px;
}

.ruleFrameBox .questionUI .listPoint li {
  font-size: 16px;
  line-height: 28px;
}

.ruleFrameBox .questionUI .listPoint li a {
  color: #ed4327;
  font-weight: 600;
}

.ruleContentText {
  margin-bottom: 40px;
}

.ruleContentText.last {
  margin-bottom: 0;
}

.ruleContentText h3 {
  border-bottom: 1px solid #cbcbcb;
  font-size: 24px;
  padding-bottom: 14px;
  text-align: justify;
}

.ruleContentText p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
  text-align: justify;
}

.ruleContentText p.textBold {
  font-weight: 600;
}

.ruleContentText .smallList li {
  font-size: 16px;
  line-height: 28px;
}

.ruleContentText .bigList {
  background: #e7f1d9;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  margin-top: 14px;
  padding: 20px 20px 24px;
  width: 100%;
}

.ruleContentText .bigList li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 14px;
  text-align: justify;
}

.ruleContentText .bigList li:last-child {
  margin-bottom: 0;
}

.ruleContentText .bigList span.title {
  font-weight: 600;
}

.donateGap {
  margin-top: 42px;
}

.goodsLogistics {
    display: none; /* 預設隱藏 */
    padding: 20px; /* 整個區塊增加內部填充，避免太貼近邊框 */
}




.chooseCash {
  padding: 26px 32px 40px;
}

.chooseCash p.guideText {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}

.chooseCash .donateBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}

.chooseCash .donateBtn li {
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin: 0 2% 2% 0;
  max-width: 232px;
  position: relative;
  width: 18.39%;
}

.chooseCash .donateBtn li:nth-child(5n + 5) {
  margin-right: 0;
}

.chooseCash .donateBtn li.last {
  margin-bottom: 0;
}

.chooseCash .donateBtn li a {
  background-color: #86bb3f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6da72c), to(#86bb3f));
  background-image: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border-radius: 6px;
  border: 1px solid rgba(8, 145, 59, 0.12);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 52px;
  max-width: 232px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.chooseCash .donateBtn li label {
  position: relative;
  width: 100%;
}

.chooseCash .donateBtn li label:before {
  content: "";
  background-color: #86bb3f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6da72c), to(#86bb3f));
  background-image: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border-radius: 6px;
  border: 1px solid rgba(8, 145, 59, 0.12);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 52px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.chooseCash .donateBtn li label .dollarText {
  bottom: 0;
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 600;
  left: 0;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chooseCash .donateBtn li label .dollarText span {
  display: inline-block;
  margin-right: 1.2px;
}

.chooseCash .donateBtn li input[type="checkbox"],
.chooseCash .donateBtn li input[type="radio"] {
  display: none;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  z-index: 20;
}

.chooseCash .donateBtn li input[type="checkbox"]:checked + label:before,
.chooseCash .donateBtn li input[type="radio"]:checked + label:before {
  background: #86bb3f;
  border-radius: 8px;
  opacity: 0.6;
}

.chooseCash .donateBtn li input[type="checkbox"]:checked + label .dollarText,
.chooseCash .donateBtn li input[type="radio"]:checked + label .dollarText,
.chooseCash .donateBtn li input[type="checkbox"]:checked + label .dollarText span,
.chooseCash .donateBtn li input[type="radio"]:checked + label .dollarText span {
  color: #fff;
}

.chooseCash .donateBtn li.inputFieldBox {
  width: 100%;
}

.chooseCash .donateBtn li.inputFieldBox input {
  width: 100%;
}

.chooseCash .inputFieldBox {
  margin-top: 32px;
}

.chooseCash .inputFieldBox input[type="text"] {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  font-size: 16px;
  height: 48px;
  margin-top: 18px;
  padding: 0 12px;
  width: 100%;
}

.chooseGoods,
.donatorArea {
  display: none;
}

.chooseGoods {
  padding: 32px;
}

.chooseGoods .goodsContent {
  margin-bottom: 42px;
}

.chooseGoods .goodsContent:last-child {
  margin-bottom: 0;
}

.chooseGoods .goodsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chooseGoods img.goodsPic {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  cursor: pointer;
  width: 240px;
  height: 240px;
  max-width: 240px;
  flex-shrink: 0;
  object-fit: cover;
  background: #f5f5f5;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

.chooseGoods img.goodsPic:hover {
  opacity: 0.75;
}

.chooseGoods .goodsText {
  margin-left: 40px;
  position: relative;
}

.chooseGoods .goodsText h4 {
  font-size: 22px;
  line-height: 26px;
  text-align: justify;
}

.chooseGoods .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.chooseGoods .price li {
  font-size: 16px;
  font-weight: 600;
}

.chooseGoods .price li.first {
  margin-right: 28px;
}

.chooseGoods .price span {
  font-size: 30px;
  color: #4da83d;
  font-weight: 600;
}

.chooseGoods .price span.cashIcon {
  font-size: 16px;
  font-weight: 600;
}

.chooseGoods .price span.number {
  letter-spacing: 0;
  padding-right: 2px;
}

.chooseGoods .quantity {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  bottom: 4px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #353b39;
  display: block;
  font-size: 14px;
  height: 44px;
  max-width: 240px;
  padding: 0 12px;
  position: absolute;
}

.donatorArea {
  padding: 30px 38px 34px;
}

.donatorArea .identityBtnGroup {
  background: #f0f0f0;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px 18px 16px;
  width: 100%;
}

.donatorArea .identityBtnGroup li.first {
  margin-right: 16px;
}

.donatorArea .identityBtnGroup li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin: 0 22px 0 0;
  max-width: 116px;
  position: relative;
  width: 100%;
}

.donatorArea .identityBtnGroup li:nth-child(2n + 2) {
  margin-right: 0;
}

.donatorArea .identityBtnGroup li a {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  color: #353b39;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  max-width: 116px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.donatorArea .identityBtnGroup li label {
  position: relative;
  width: 100%;
}

.donatorArea .identityBtnGroup li label:before {
  content: "";
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  color: #353b39;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.donatorArea .identityBtnGroup li label .nameText {
  bottom: 0;
  color: #353b39;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  letter-spacing: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.donatorArea .identityBtnGroup li label.selected .nameText {
  color: #fff;
}

.donatorArea .identityBtnGroup li label .nameText span {
  display: inline-block;
  margin-right: 1.2px;
}

.donatorArea .identityBtnGroup li label.selected:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#4da83d), to(#6da72c));
  background: linear-gradient(-180deg, #4da83d 0%, #6da72c 100%);
  color: #fff;
}

.donatorArea .identityBtnGroup li input[type="radio"] {
  display: none;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  z-index: 20;
}

.donatorArea .identityBtnGroup li input[type="radio"]:checked + label:before {
  background: #4da83d;
  background: -webkit-gradient(linear, left top, left bottom, from(#4da83d), to(#6da72c));
  background: linear-gradient(-180deg, #4da83d 0%, #6da72c 100%);
  border-radius: 8px;
}

.donatorArea .identityBtnGroup li input[type="radio"]:checked + label .nameText,
.donatorArea .identityBtnGroup li input[type="radio"]:checked + label .nameText span {
  color: #fff;
}

.donateBtnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  width: 100%;
}

.donateBtnGroup li {
  margin-right: 2.8%;
  width: 16.6%;
}

.donateBtnGroup li:last-child {
  margin-right: 0;
}

.donateBtnGroup a.donateBtn {
  border-radius: 6px;
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 48px;
  margin-top: 0;
  max-width: 232px;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.donateBtnGroup a.donateBtn:hover {
  opacity: 0.7;
}

.donateBtnGroup a.black {
  background: -webkit-gradient(linear, left top, left bottom, from(#646a68), to(#2b312f));
  background: linear-gradient(-180deg, #646a68 0%, #2b312f 100%);
}

.donateBtnGroup a.green {
  background: -webkit-gradient(linear, left bottom, left top, from(#6da72c), to(#86bb3f));
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
}

.donateBtnGroup a.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c6374), to(#0c515f));
  background: linear-gradient(-180deg, #0c6374 0%, #0c515f 100%);
}

.nameDonateFormBox.donateGap,
.noNameDonateFormBox.donateGap {
  margin-top: 26px;
}

.contactUsFormBox ul.form,
.nameDonateForm ul.form,
.noNameDonateForm ul.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactUsFormBox ul.form li,
.nameDonateForm ul.form li,
.noNameDonateForm ul.form li {
  line-height: 24px;
  margin-bottom: 26px;
  margin-right: 4%;
  width: 48%;
}

.contactUsFormBox ul.form li:nth-child(2n + 2),
.nameDonateForm ul.form li:nth-child(2n + 2),
.noNameDonateForm ul.form li:nth-child(2n + 2) {
  margin-right: 0;
}

.contactUsFormBox ul.form label,
.nameDonateForm ul.form label,
.noNameDonateForm ul.form label {
  font-size: 16px;
  font-weight: 600;
}

.contactUsFormBox ul.form input,
.contactUsFormBox ul.form select,
.nameDonateForm ul.form input,
.nameDonateForm ul.form select,
.noNameDonateForm ul.form input,
.noNameDonateForm ul.form select {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  font-size: 13px !important;
  height: 44px;
  margin: 14px 0 0 0;
  padding: 0 12px;
  width: 100%;
}

.contactUsFormBox ul.form select,
.nameDonateForm ul.form select,
.noNameDonateForm ul.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/selectIcon.png) 98% center no-repeat;
  background-color: #f0f0f0;
  background-size: 11px 7px;
}

.contactUsFormBox ul.form input,
.contactUsFormBox ul.form select option,
.nameDonateForm ul.form input,
.nameDonateForm ul.form select option,
.noNameDonateForm ul.form input,
.noNameDonateForm ul.form select option {
  color: #353b39;
}

.contactUsFormBox ul.form select:invalid,
.contactUsFormBox ul.form select:not(:required),
.nameDonateForm ul.form select:invalid,
.nameDonateForm ul.form select:not(:required),
.noNameDonateForm ul.form select:invalid,
.noNameDonateForm ul.form select:not(:required) {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
}

.contactUsFormBox .formTextareaVerify,
.nameDonateForm .formTextareaVerify,
.noNameDonateForm .formTextareaVerify {
  display: block;
}

.contactUsFormBox .formTextareaVerify:last-of-type,
.nameDonateForm .formTextareaVerify:last-of-type,
.noNameDonateForm .formTextareaVerify:last-of-type {
  margin-top: 26px;
}

.contactUsFormBox .formTextareaVerify label,
.nameDonateForm .formTextareaVerify label,
.noNameDonateForm .formTextareaVerify label {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.contactUsFormBox .formTextareaVerify textarea,
.nameDonateForm .formTextareaVerify textarea,
.noNameDonateForm .formTextareaVerify textarea {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  font-size: 13px !important;
  margin: 14px 0 0 0;
  padding: 12px;
  width: 100%;
}

.contactUsFormBox ul.verifyContent,
.nameDonateForm ul.verifyContent,
.noNameDonateForm ul.verifyContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUsFormBox ul.verifyContent input,
.nameDonateForm ul.verifyContent input,
.noNameDonateForm ul.verifyContent input {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  font-size: 13px !important;
  height: 44px;
  margin: 14px 0 0 0;
  padding: 0 12px;
  width: 100%;
}

.contactUsFormBox ul.verifyContent li:last-child,
.nameDonateForm ul.verifyContent li:last-child,
.noNameDonateForm ul.verifyContent li:last-child {
  margin: 13px 0 0 20px;
}

.contactUsFormBox ul.verifyContent img.verifyNumberPic,
.nameDonateForm ul.verifyContent img.verifyNumberPic,
.noNameDonateForm ul.verifyContent img.verifyNumberPic {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  height: auto;
  max-width: 196px;
  width: 100%;
}

.contactUsFormBox ul.address,
.nameDonateForm ul.address,
.noNameDonateForm ul.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUsFormBox li.mb0,
.nameDonateForm li.mb0,
.noNameDonateForm li.mb0 {
  margin-bottom: 0 !important;
}

.contactUsFormBox .checkBox,
.nameDonateForm .checkBox,
.noNameDonateForm .checkBox {
  display: block;
}

.contactUsFormBox .checkBox li,
.nameDonateForm .checkBox li,
.noNameDonateForm .checkBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  width: 100%;
}

.contactUsFormBox .checkBox input[type="checkbox"],
.nameDonateForm .checkBox input[type="checkbox"],
.noNameDonateForm .checkBox input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1.24px rgba(0, 0, 0, 0.32) !important;
          box-shadow: inset 0 1px 1.24px rgba(0, 0, 0, 0.32) !important;
  display: block;
  height: 20px;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: relative;
  width: 20px;
}

.contactUsFormBox .checkBox input[type="checkbox"]:checked:before,
.nameDonateForm .checkBox input[type="checkbox"]:checked:before,
.noNameDonateForm .checkBox input[type="checkbox"]:checked:before {
  content: "";
  border: solid #61ad4c;
  border-width: 0 4px 4px 0;
  bottom: 0;
  display: block;
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg) translate(-1px, -2px);
          transform: rotate(45deg) translate(-1px, -2px);
  width: 5px;
  z-index: 100;
}

.contactUsFormBox .checkBox a.ruleText,
.nameDonateForm .checkBox a.ruleText,
.noNameDonateForm .checkBox a.ruleText {
  color: #ed4327;
  font-weight: 600;
  margin-left: 6px;
  text-decoration: none;
}

span.mustUI {
  color: #ed4327;
  font-weight: 600;
  margin-left: 2px;
}

.creditCardForm .creditCardNotice {
  background: rgba(135, 187, 63, 0.2);
  border-radius: 6px;
  border: 1px solid rgba(8, 145, 59, 0.2);
  margin-bottom: 20px;
  padding: 10px 12px;
  width: 100%;
}

.creditCardForm .creditCardNotice p {
  color: #353b39;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.creditCardForm img.creditCardIcon {
  height: auto;
  margin-bottom: 12px;
  max-width: 208px;
}

.creditCardForm ul.creditCardField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.creditCardForm ul.creditCardField li {
  margin-bottom: 24px;
  margin-right: 24px;
  width: 100%;
}

.creditCardForm ul.creditCardField li:last-child {
  margin-right: 0;
}

.creditCardForm ul.creditCardField label {
  font-size: 16px;
  font-weight: 600;
}

.creditCardForm ul.creditCardField span.mustUI {
  color: #ed4327;
  font-weight: 600;
  margin-left: 2px;
}

.creditCardForm ul.creditCardField input,
.creditCardForm ul.creditCardField select {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  height: 48px;
  margin: 14px 0 0 0;
  padding: 0 12px;
  width: 100%;
}

.creditCardForm ul.creditCardField input.mt {
  margin-top: 32px;
}

.creditCardForm .creditCardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.creditCardForm .creditCardInfo li {
  margin-bottom: 22px;
  margin-right: 24px;
  width: 33%;
}

.creditCardForm .creditCardInfo li:nth-child(3n + 3) {
  margin-right: 0;
}

.creditCardForm .creditCardInfo li.mb0 {
  margin-bottom: 0;
}

.creditCardForm .creditCardInfo li.limitField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.creditCardForm .creditCardInfo li.limitField .field {
  margin-right: 24px;
}

.creditCardForm .creditCardInfo li.limitField .field:last-child {
  margin-right: 0;
}

.creditCardForm .creditCardInfo label {
  font-size: 16px;
  font-weight: 600;
}

.creditCardForm .creditCardInfo span.mustUI {
  color: #ed4327;
  font-weight: 600;
  margin-left: 2px;
}

.creditCardForm .creditCardInfo input,
.creditCardForm .creditCardInfo select {
  background: #f0f0f0;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  height: 48px;
  margin: 14px 0 0 0;
  padding: 0 12px;
  width: 100%;
}

.donateRecord {
  background-clip: content-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #87bb3f, #07913b);
  background-origin: border-box;
  border: double 2px transparent;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  display: block;
  margin-top: 42px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.donateRecord.last {
  margin-bottom: 16px;
}

.donateRecord .title {
  background: -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background: linear-gradient(90deg, #87bb3f 0%, #07913b 100%);
  line-height: 40px;
  padding: 4px 20px 10px;
  width: 100%;
}

.donateRecord .title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.donateRecord .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.donateRecord .content.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.donateRecord .payResultList {
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  width: 100%;
}

.donateRecord .payResultList.first {
  padding-top: 0;
}

.donateRecord .payResultList.last {
  border-bottom: none;
}

.donateRecord ul {
  margin: 0 40px 20px 0;
  width: 48%;
}

.donateRecord ul.last {
  margin-right: 0;
}

.donateRecord ul.mb0 {
  margin-bottom: 0;
}

.donateRecord ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.donateRecord ul span.dollars {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  position: relative;
}

.donateRecord ul span.sTitle {
  font-weight: 600;
}

.donateRecord ul span.text {
  font-weight: 500;
}

.recordGoodsTableBox {
  background-clip: content-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#87bb3f), to(#07913b));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #87bb3f, #07913b);
  background-origin: border-box;
  border: double 2px transparent;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  margin: 42px 0 18px;
  width: 100%;
}

.recordGoodsTable {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.recordGoodsTable thead {
  background: linear-gradient(135deg, #87bb3f 26%, #07913b 100%);
}

.recordGoodsTable thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
}

.recordGoodsTable thead th:first-child {
  border-top-left-radius: 8px;
}

.recordGoodsTable thead th:last-child {
  border-top-right-radius: 8px;
}

.recordGoodsTable tbody tr,
.recordGoodsTable tfoot tr {
  border-bottom: none;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-top: none;
}

.recordGoodsTable tbody tr:nth-child(even) td {
  background: #f7f6f4;
}

.recordGoodsTable tfoot tr td:first-child {
  border-bottom-left-radius: 8px;
}

.recordGoodsTable tfoot tr td:last-child {
  border-bottom-right-radius: 8px;
}

.recordGoodsTable tbody td,
.recordGoodsTable tfoot td {
  background: #fff;
  border-bottom: 1px solid #cbcbcb;
  border-left: none;
  border-right: 1px solid #cbcbcb;
  border-top: none;
  color: #353b39;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 20px;
  text-align: left;
}

.recordGoodsTable tbody td:nth-child(4n + 4) {
  border-right: none;
}

.recordGoodsTable tfoot td {
  border-bottom: none;
  border-left: 1px solid #cbcbcb;
}

.recordGoodsTable tfoot td:first-child {
  border-left: none;
}

.recordGoodsTable tfoot td:last-child {
  border-left: none;
  border-right: none;
}

span.dollarIcon {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

span.dollars {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}

input[type="submit"].submitBtn {
  background: -webkit-gradient(linear, left bottom, left top, from(#6da72c), to(#86bb3f));
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 46px;
  margin: 0 auto;
  max-width: 184px;
  text-align: center;
  width: 100%;
}

.totalCashBox span.sTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.totalCashBox span.dollars {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.candidateBox {
  margin-top: 78px;
}

.candidateBox .introText {
  display: block;
}

.candidateBox .left {
  float: left;
  width: 68%;
}

.candidateBox .left img {
  height: auto;
  max-width: 100%;
}

.candidateBox .left img.bannerPic {
  border-radius: 10px;
  margin-top: 26px;
}

.candidateBox .left .list {
  margin-bottom: 32px;
}

.candidateBox .left .list:last-child {
  margin-bottom: 0;
}

.candidateBox .left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 32px;
}

.candidateBox .left p a {
  color: #353b39;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4.8px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.candidateBox .left p a:hover {
  opacity: 0.7;
}

.candidateBox .left h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 14px;
  text-align: justify;
}

.candidateBox .left li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}

.candidateBox .candidatePhoto {
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 10px 10px #07913b;
          box-shadow: 10px 10px #07913b;
  float: right;
  height: auto;
  margin: 26px 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 26%;
}

.candidateBox .candidatePhoto img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.candidateBox .paragraph {
  margin-top: 20px;
}

.candidateBox .paragraph p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.candidateBox .picShadow {
  position: relative;
}

.candidateBox .pic {
  margin-top: 30px;
}

.candidateBox .pic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.candidateBox .pic li {
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 44px;
  margin-right: 3.4%;
  position: relative;
  width: 48.28%;
}

.candidateBox .pic li:nth-child(2n + 2) {
  margin-right: 0;
}

.candidateBox .pic li:nth-last-child(1),
.candidateBox .pic li:nth-last-child(2) {
  margin-bottom: 0;
}

.candidateBox .pic .picShadow:before {
  content: "";
  background: repeating-conic-gradient(from 0deg at 20%, #87bb3f, #72b43e, #6ab23e, #41a43d, #229a3c, #0a923b, #07913b);
  border-radius: 12px;
  display: block;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  inset: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.candidateBox .pic li.bigContent {
  width: 100%;
}

.candidateBox .pic li.first {
  float: left;
}

.candidateBox .pic li.last {
  float: right;
  margin-right: 14px;
}

.candidateBox .pic li img {
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  height: auto;
  position: relative;
  width: 100%;
}

.candidateBox .pic .videoContent {
  background: #fff;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  padding: 16px;
}

.candidateBox .pic .video {
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 10px;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 24.8%;
  padding-top: 30px;
  position: relative;
  width: 48.3%;
}

.candidateBox .pic .video iframe,
.candidateBox .pic .video object,
.candidateBox .pic .video embed {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.candidateBox .pic iframe.video {
  border-radius: 12px;
  position: relative;
  width: 100%;
}

.candidateBox .pic h3 {
  font-size: 22px;
  line-height: 32px;
  padding: 10px 0;
  text-align: justify;
}

.candidateBox .bigPicBox {
  margin-top: 44px;
  max-width: 1200px;
  width: 100%;
}

.candidateBox .bigPicBox img {
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  height: auto;
  position: relative;
  width: 100%;
}

.candidateBox .bigPicBox .picShadow:before {
  content: "";
  background: repeating-conic-gradient(from 0deg at 20%, #87bb3f, #72b43e, #6ab23e, #41a43d, #229a3c, #0a923b, #07913b);
  border-radius: 12px;
  display: block;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  inset: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.candidateBox .videoPicBox {
  margin-top: 44px;
}

.videoBox {
  margin: 100px 0 50px 0;
}

.videoBox.englishText {
  position: relative;
}

.videoBox.englishText:before {
  content: "Video";
  color: #eef1f3;
  font-family: "Myriad Pro";
  font-size: 134px;
  font-weight: 800;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  -webkit-transform: rotate(-180deg) translate(104px, -104px);
          transform: rotate(-180deg) translate(104px, -104px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 0;
}

.videoBox .video {
  background-clip: content-box, border-box;
  background-origin: border-box;
  border: double 6.8px transparent;
  border-radius: 10px;
  display: block;
  height: 0;
  margin-top: 28px;
  overflow: hidden;
  padding-bottom: 42%;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.videoBox .video iframe,
.videoBox .video object,
.videoBox .video embed {
  border: 0;
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.socialSkillBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 62px 0 62px 0;
}

.socialSkillBox .social {
  width: 35%;
}

.mapBox {
  margin-top: 62px;
}

.mapBox.first {
  margin-top: 38px;
}

.mapFrame {
  background-clip: content-box, border-box;
  background-origin: border-box;
  border: double 6.8px transparent;
  border-radius: 10px;
  display: block;
  height: 438px;
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}

.mapFrame iframe.map {
  border: none;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.mapText {
  display: block;
  margin-top: 18px;
  position: relative;
}

.mapText ul {
  bottom: 0;
  float: left;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mapText li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 20px;
  text-align: justify;
}

.mapText li:last-child {
  margin-right: 0;
}

.mapText li.hide {
  display: none;
}

.mapText a {
  color: #353b39;
  text-decoration: none;
}

.mapText a.mapBtn {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #39a13d;
  -webkit-box-shadow: 0 4px #39a13d;
          box-shadow: 0 4px #39a13d;
  color: #39a13d;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 12px 0;
  text-align: center;
  width: 142px;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.social li {
  margin-right: 14px;
}

.social li img {
  height: auto;
  max-width: 50px;
}

.skillSupport {
  margin-left: 42px;
}

.skillSupport .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.skillSupport .greenMark {
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  max-width: 120px;
  padding: 10px 12px;
  text-align: center;
}

.skillSupport .telNumber img.icon {
  background-size: 26px;
  height: auto;
  margin-left: 10px;
  max-width: 26px;
}

.skillSupport .telNumber a {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 4px;
  text-decoration: none;
}

.skillSupport .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skillSupport .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
  padding-left: 12px;
  position: relative;
}

.skillSupport .text p:before {
  content: "*";
  color: #ed4327;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.tableWrapper {
  padding: 18px;
}

.tableFrameBox {
  background: linear-gradient(135deg, #87bb3f 26%, #07913b 100%);
  border-radius: 10px;
  display: block;
  overflow: hidden;
  padding: 6.6px 6.6px 32px;
  width: 100%;
}

.transactionResultTable {
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  width: 100%;
}

.transactionResultTable thead td:last-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.transactionResultTable tbody tr:last-of-type td:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}

.transactionResultTable th {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px;
  width: 22%;
}

.transactionResultTable td {
  background: #fff;
  border-bottom: 1px solid #eae1e1;
  color: #353b39;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px;
  width: 78%;
}

footer {
  padding: 44px 20px;
  position: relative;
  width: 100%;
}

footer .circleGoTopBtn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#87bb3f), to(#07913b));
  background-image: linear-gradient(-180deg, #87bb3f 0%, #07913b 100%);
  border-radius: 50%;
  bottom: 28px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  display: block;
  height: 56px;
  line-height: 56px;
  position: fixed;
  right: 44px;
  top: auto;
  width: 56px;
  z-index: 100;
}

footer .circleGoTopBtn p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

footer .footerGoTopBtn img {
  cursor: pointer;
  height: auto;
  left: 0;
  max-width: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-27px);
          transform: translateY(-27px);
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

footer .menu li {
  display: inline-block;
}

footer .menu a {
  color: #fff;
  font-size: 16px;
  opacity: 1;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

footer .menu a:hover {
  cursor: pointer;
  opacity: 0.7;
}

footer .menu a.first {
  padding-left: 0;
}

footer .menu a:after {
  content: "";
  background: #fff;
  height: 12px;
  margin: auto;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 1px;
}

footer .menu a.last:after {
  display: none;
}

footer .menu p {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}

footer .socialBtn h5,
footer .socialBtn p {
  color: #fff;
  font-size: 16px;
}

footer .socialBtn h5 {
  margin-bottom: 12px;
}

footer .socialBtn ul,
footer .socialBtn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .socialBtn li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

footer .socialBtn li a:hover {
  cursor: pointer;
  opacity: 0.7;
}

footer .socialBtn li:last-child a {
  margin-right: 0;
}

footer .socialBtn li img {
  height: auto;
  max-width: 36px;
}

footer .socialBtn a {
  text-decoration: none;
}

footer .socialBtn p {
  margin-left: 14px;
}

@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1500px) {
  .videoBox.englishText:before {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .breadcrumbBox {
    padding-top: 12px;
  }
  .containerBox {
    margin: 32px auto 0 auto;
  }
  .onlineDonateBox {
    overflow: hidden;
  }
  .onlineDonateBox:before, .onlineDonateBox:after {
    display: none;
  }
  .onlineDonateBox.contactUsFormWrapper {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 1284px) {
  .chooseCash,
  .chooseGoods,
  .donatorArea {
    padding: 20px 20px 36px;
  }
  .candidateBox .bigPicBox {
    max-width: none;
  }
  .candidateBox .bigPicBox li {
    border-radius: 10px;
  }
  .candidateBox .bigPicBox li:before {
    display: none;
  }
  .candidateBox .bigPicBox li img {
    border-width: 1px;
  }
  .donateRecord .content {
    padding: 18px;
  }
  .onlineDonateBox .contactUsFormBox {
    padding: 20px 20px 36px;
  }
}

@media screen and (max-width: 1260px) {
  .chooseCash .donateBtnGroup a.donateBtn {
    font-size: 14px;
    height: 48px;
    line-height: 44px;
  }
  .chooseCash .donateBtn li {
    height: 46px;
    margin: 0 20px 20px 0;
    width: 18.48%;
  }
  .chooseCash .donateBtn li label:before {
    height: 46px;
  }
  .chooseCash .donateBtn li label .dollarText {
    font-size: 20px;
  }
}

@media screen and (min-width: 1218px) {
  footer {
    padding: 44px 20px;
  }
}

@media screen and (max-width: 1218px) {
  .containerBox {
    margin: 18px auto 0 auto;
  }
  h3.mainTitle {
    font-size: 24px;
    line-height: 28px;
  }
  h3.mainTitle:before {
    content: "";
    background: url(../images/mobileTitleIcon.jpg) no-repeat;
    background-size: 5px 20px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
    width: 5px;
  }
  .loginBox a {
    font-size: 15px;
  }
  .logoutBox li {
    font-size: 15px;
  }
  .logoutBox li a {
    font-size: 15px;
  }
  .logoutBox .dropDownMenu {
    width: 116px;
  }
  .pageBannerUIBox {
    height: 200px;
  }
  .pageBannerUIBox .container h3 {
    font-size: 32px;
    line-height: 200px;
  }
  .qAndAFrameBox {
    padding: 12px 18px 52px !important;
  }
  footer {
    padding: 16px 16px 22px;
  }
  footer .footerGoTopBtn img {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
  }
  footer .container {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  footer .logo img {
    display: block;
    height: auto;
    margin: 0 auto 16px auto;
    max-width: 186px;
  }
  footer .menu {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .menu a {
    font-size: 14px;
  }
  footer .menu p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  footer .socialBtn {
    text-align: center;
  }
  footer .socialBtn h5,
  footer .socialBtn p {
    color: #fff;
  }
  footer .socialBtn h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  footer .socialBtn ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socialBtn li:last-child a {
    margin-right: 0;
  }
  footer .socialBtn li a {
    margin-right: 20px;
  }
  footer .socialBtn a {
    text-decoration: none;
  }
  footer .socialBtn p {
    display: none;
    font-size: 14px;
  }
  .skillSupport .telNumber img.icon {
    background-size: 22px;
    max-width: 22px;
  }
  .skillSupport .telNumber a {
    font-size: 28px;
  }
}

@media screen and (max-width: 1217px) {
  .chooseCash .donateBtn li {
    height: 46px;
    margin: 0 3.66% 2.8% 0;
    width: 17%;
  }
}

@media screen and (max-width: 1155px) {
  .dataArea span.number {
    font-size: 24px;
  }
  .donateRecord .content {
    padding: 18px 14px 22px;
  }
  .donateRecord .payResultList {
    border-bottom: none;
    display: block;
    padding-top: 0;
  }
  .donateRecord ul {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 14px;
    margin-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .donateRecord ul.mb0 {
    margin-bottom: 10px;
  }
  .donateRecord ul.mb0:last-child {
    margin-bottom: 0;
  }
  .donateRecord ul.last {
    padding-bottom: 14px;
  }
  .donateRecord ul.noBorder {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #mask .modalBox .modalCloseBtn {
    height: 40px;
    right: -20px;
    top: -20px;
    width: 40px;
  }
  #mask .modalBox .modalCloseBtn img {
    max-width: 40px;
  }
  .loginBox {
    display: block;
  }
  .loginBox li {
    width: 100%;
  }
  .loginBox li a {
    max-width: none;
    width: 100%;
  }
  .loginBox li img.icon {
    display: none;
  }
  .loginBox li p {
    font-size: 14px !important;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .logoutBox li {
    padding-right: 14px;
  }
  .pageBannerUIBox {
    border-radius: 8px;
  }
  .contactUsFormWrapper {
    margin-top: 16px !important;
  }
  .dataArea span.number {
    font-size: 30px;
  }
  .videoBox {
    margin: 40px 0 28px 0;
  }
  .videoBox .video {
    margin-top: 20px;
  }
  .mapBox {
    margin-top: 28px;
  }
  .mapBox.first {
    margin-top: 20px;
  }
  .mapBox.last {
    margin-top: 44px;
  }
  .mapFrame {
    margin-top: 20px;
  }
  .mapText {
    margin-top: 14px;
  }
  .mapText ul {
    margin-bottom: 12px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .mapText li.address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 25px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .progressBarUI {
    margin-top: 14px;
  }
  .social li img {
    max-width: 42px;
  }
  .socialSkillBox {
    margin: 44px 0 34px 0;
  }
  .skillSupport {
    margin: 0 0 14px 28px;
  }
  .skillSupport .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .donateBtnGroup {
    margin-top: 32px;
  }
  .donateBtnGroup li {
    width: 18.4vw;
  }
  .donateBtnGroup li a {
    display: block;
    margin: 0 auto;
  }
  .chooseCash .inputFieldBox {
    margin-top: 30px;
  }
  .chooseCash .inputFieldBox input[type="text"] {
    border-radius: 6px;
    font-size: 14px;
    height: 44px;
    margin-top: 16px;
    padding: 0 10px;
  }
  .chooseCash .donateBtnGroup {
    margin-top: 30px;
  }
  .chooseCash p.guideText {
    font-size: 15px;
    line-height: 25px;
  }
  .chooseGoods {
    padding: 20px 20px 24px;
  }
  .chooseGoods img.goodsPic {
    max-width: 280px;
  }
  .chooseGoods .goodsText {
    margin-left: 24px;
  }
  .chooseGoods .goodsText h4 {
    font-size: 18px;
  }
  .chooseGoods .price {
    margin-top: 8px;
  }
  .chooseGoods .price li {
    font-size: 14px;
  }
  .chooseGoods .price li.first {
    margin-right: 16px;
  }
  .chooseGoods .price span {
    font-size: 24px;
  }
  .chooseGoods .quantity {
    font-size: 13px;
    height: 40px;
  }
  .candidateBox {
    margin-top: 40px;
  }
  .candidateBox .candidatePhoto {
    border-radius: 8px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
    float: none;
    height: auto;
    margin: 20px auto 26px auto;
    max-width: 220px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .candidateBox .introText {
    display: block;
  }
  .candidateBox .left {
    float: none;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .candidateBox .left h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .candidateBox .left li {
    font-size: 14px;
    line-height: 26px;
  }
  .candidateBox .paragraph.mt0 {
    margin-top: 0;
  }
  .candidateBox .paragraph p {
    font-size: 14px;
    line-height: 26px;
  }
  .candidateBox .pic {
    margin-top: 44px;
  }
  .candidateBox .pic.first {
    margin-top: 32px;
  }
  .candidateBox .pic li {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    display: block;
    margin-bottom: 44px;
    margin-right: 0;
    width: 100%;
  }
  .candidateBox .pic li.first,
  .candidateBox .pic li.last {
    float: none;
  }
  .candidateBox .pic li.last {
    margin-top: 44px;
  }
  .candidateBox .pic li:nth-last-child(1) {
    margin-top: 40px;
  }
  .candidateBox .pic li.bigContent {
    margin-top: 44px;
    width: 100%;
  }
  .candidateBox .pic li:before {
    display: none;
    -webkit-transform: translate3d(4px, 4px, 0);
            transform: translate3d(4px, 4px, 0);
  }
  .candidateBox .pic li img {
    border-radius: 8px;
  }
  .candidateBox .pic .video {
    padding-bottom: 47.94vw;
    width: 100%;
  }
  .donateRecord {
    border-radius: 8px;
    margin-top: 32px;
  }
  .donateRecord .title {
    padding: 4px 14px 8px;
  }
  .donateRecord ul li {
    font-size: 15px;
    line-height: 27px;
  }
  .donateBtnGroup a.donateBtn {
    font-size: 14px;
  }
  .recordGoodsTableBox {
    border-radius: 8px;
    margin: 32px 0 16px;
  }
  .recordGoodsTableBox thead th:first-child {
    border-top-left-radius: 4px;
  }
  .recordGoodsTableBox thead th:last-child {
    border-top-right-radius: 4px;
  }
  .recordGoodsTable thead th,
  .recordGoodsTable tbody td {
    font-size: 15px;
  }
  .ruleFrameBox {
    margin-bottom: 0;
  }
  .ruleFrameBox.last {
    margin-top: 40px;
  }
  .ruleFrameBox .questionUIBox {
    margin-top: 18px;
  }
  .ruleFrameBox .questionUI {
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 18px 18px 22px;
  }
  .ruleFrameBox .questionUI .questionTitle h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .ruleFrameBox .questionUI .answerBox {
    margin-top: 8px;
  }
  .ruleFrameBox .questionUI .answerBox p,
  .ruleFrameBox .questionUI .listPoint li {
    font-size: 14px;
    line-height: 24px;
  }
  .ruleFrameBox .questionUI h3:before,
  .ruleFrameBox .questionUI .answerBox p:before {
    font-size: 26px;
  }
  .ruleContentText {
    margin-bottom: 32px;
  }
  .ruleContentText:last-child {
    margin-bottom: 16px;
  }
  .ruleContentText h3 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .ruleContentText p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
  }
  .ruleContentText p.mobileMT {
    margin-top: 8px;
  }
  .ruleContentText .smallList li {
    font-size: 14px;
    line-height: 26px;
  }
  .ruleContentText .bigList {
    padding: 14px 16px 16px;
  }
  .ruleContentText .bigList li {
    font-size: 14px;
    line-height: 26px;
  }
  h3.mainTitle {
    font-size: 22px;
    line-height: 28px;
  }
  input[type="submit"].submitBtn {
    width: 18.4vw;
  }
  .nameDonateForm,
  .noNameDonateForm {
    width: 100%;
  }
  .nameDonateForm ul label,
  .noNameDonateForm ul label {
    font-size: 15px;
  }
  .nameDonateForm ul input[type="date"],
  .noNameDonateForm ul input[type="date"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-flex: 1 0 0;
    width: 100%;
  }
  .nameDonateForm ul input[type="date"],
  .nameDonateForm ul input[type="text"],
  .nameDonateForm ul select,
  .noNameDonateForm ul input[type="date"],
  .noNameDonateForm ul input[type="text"],
  .noNameDonateForm ul select {
    border-radius: 6px;
    height: 44px;
    margin: 14px 0 0 0;
    padding: 0 10px;
    width: 100%;
  }
  .onlineDonateBox {
    border-radius: 8px;
  }
  .onlineDonateBox.mobileMt {
    margin-top: 16px;
  }
  .onlineDonateBox .donateArea .title {
    height: 28px;
  }
  .onlineDonateBox.contactUsFormWrapper {
    margin-bottom: 28px;
  }
  .onlineDonateTitle .time {
    margin-top: 10px;
  }
  .onlineDonateTitle span {
    font-size: 14px;
    line-height: 22px;
  }
  .donatorArea .identityBtnGroup {
    margin-bottom: 26px;
    padding: 12px 14px 16px;
  }
  .donatorArea .identityBtnGroup li label .nameText {
    font-size: 14px;
  }
  .nameDonateFormBox.donateGap {
    margin-top: 0;
  }
  .creditCardForm ul.creditCardField label {
    font-size: 15px;
  }
  .creditCardForm .creditCardInfo label {
    font-size: 15px;
    line-height: 21px;
  }
  .creditCardForm .creditCardInfo input,
  .creditCardForm .creditCardInfo select {
    border-radius: 6px;
    height: 44px;
  }
  .creditCardForm .candidatePhoto {
    border-radius: 8px;
  }
  input[type="submit"].submitBtn {
    border-radius: 6px;
    font-size: 14px;
  }
  .mapFrame {
    border: double 3.6px transparent;
    border-radius: 8px;
    height: 38vh;
  }
  .totalCashBox span.sTitle {
    font-size: 15px;
    line-height: 27px;
  }
  .totalCashBox span.dollars {
    font-size: 26px;
  }
  .videoBox .video {
    border: double 3.6px transparent;
    border-radius: 8px;
    height: 38vh;
  }
  .videoBox .video iframe {
    border-radius: 4px;
  }
  .videoBox .videoPicBox {
    margin-top: 40px !important;
  }
  .webContent.first {
    border-radius: 8px 8px 0 0;
  }
  .webContent.last {
    border-radius: 0 0 8px 8px;
    padding-top: 12px;
  }
  footer .circleGoTopBtn {
    height: 48px;
    line-height: 48px;
    right: 24px;
    width: 48px;
  }
  footer .circleGoTopBtn p {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) {
  .donateRecord .content {
    display: block;
    padding: 16px 14px 20px;
  }
  .donateRecord ul {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .chooseCash .donateBtnGroup {
    margin-top: 28px;
  }
  .chooseCash .donateBtnGroup li {
    width: 20%;
  }
  .mapText ul {
    float: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .mapText li {
    margin-right: 0;
  }
  .mapText a.mapBtn {
    border: 1px solid #39a13d;
    -webkit-box-shadow: 0 4px #39a13d;
            box-shadow: 0 4px #39a13d;
    float: none;
    left: 0;
    padding: 10px 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .socialSkillBox {
    display: block;
  }
  .socialSkillBox .social {
    width: auto;
  }
  .skillSupport {
    margin: 28px 0 20px 0;
    margin-left: 0;
  }
  .skillSupport .greenMark {
    font-size: 12px;
    padding: 8px 10px;
  }
  .skillSupport .text p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 790px) {
  .creditCardForm .creditCardInfo li.limitField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .onlineDonateBox .donateArea img.curvePatternTitle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .chooseCash .donateBtnGroup a.donateBtn {
    font-size: 14px;
    height: 46px;
    line-height: 40px;
  }
  .chooseCash .donateBtn {
    margin-top: 16px;
  }
  .chooseCash .donateBtn li {
    height: 46px;
    margin: 0 2.8% 2.8% 0;
    width: 22.8%;
  }
  .chooseCash .donateBtn li:nth-child(4n + 4) {
    margin-right: 0;
  }
  .chooseCash .donateBtn li:nth-child(5n + 5) {
    margin-right: 2.8%;
  }
  .chooseCash .donateBtn li label:before {
    height: 46px;
  }
  .chooseCash .donateBtn li label .dollarText {
    font-size: 16px;
    -webkit-transform: translateY(-40%) !important;
            transform: translateY(-40%) !important;
  }
  .contactUsFormBox ul.verifyContent li:last-child {
    margin: 13px 0 0 4%;
  }
  .donateArea .donateBtnGroup a.donateBtn {
    margin: 0 auto;
    max-width: 160px;
  }
  .donateBtnGroup a.donateBtn {
    height: 46px;
    line-height: 40px;
  }
  .headerBox {
    padding: 10px 12px;
  }
  .headerBox .politicianName img.logo {
    max-width: 144px;
    top: 50%;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  input[type="submit"].submitBtn {
    height: 46px;
    line-height: 40px;
  }
  .mapBox.first {
    margin-top: 28px;
  }
  .ruleFrameBox .questionUI {
    padding: 14px 14px 16px;
  }
  .ruleFrameBox .questionUI .questionTitle h3 {
    line-height: 28px;
    padding-left: 12px;
  }
  .ruleFrameBox .questionUI h3:before,
  .ruleFrameBox .questionUI .answerBox p:before {
    font-size: 22px;
  }
  .ruleFrameBox .questionUI .answerBox {
    padding-left: 32px;
  }
  .webContent.first {
    margin-top: 57px;
  }
  .loginBox {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  .logoutBox {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .transactionResultTable th,
  .transactionResultTable td {
    font-size: 15px;
    line-height: 21px;
  }
  footer .circleGoTopBtn.noBtn {
    bottom: 22px;
  }
  #mask .modalBox {
    max-width: 80vw;
    padding: 12px 16px 24px;
  }
  #mask .modalBox.modalBig {
    max-width: 80vw;
  }
  #mask .modalBox .scrollContent {
    max-height: 272px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding: 12px 12px 0;
  }
  .webContent,
  .chooseCash {
    padding: 16px 16px 28px;
  }
  .bannerSlideBox img.banner {
    border-radius: 8px;
  }
  .candidateBox .candidatePhoto {
    margin: 20px auto 18px auto;
    max-width: 180px;
  }
  .chooseGoods {
    padding: 16px 16px 20px;
  }
  .onlineDonateBox {
    border: double 3px transparent;
  }
  .onlineDonateBox .contactUsFormBox {
    padding: 16px 16px 28px;
  }
  .onlineDonateBox .donateArea img.curvePatternTitle {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
  }
  .pageBannerUIBox {
    height: 148px;
  }
  .pageBannerUIBox .container h3 {
    font-size: 26px;
    line-height: 148px;
  }
  .chooseGoods.donateGap {
    margin-top: 30px;
  }
  .chooseGoods img.goodsPic {
    max-width: 220px;
  }
  .chooseGoods .goodsText {
    margin-left: 18px;
  }
  .onlineDonateBox .donateArea .curveTitle {
    height: 58px;
    position: relative;
  }
  .donateBtnGroup li {
    width: 22vw;
  }
  .qAndAFrameBox {
    padding: 12px 18px 38px !important;
  }
  .recordGoodsTableBox {
    padding: 0;
  }
  .recordGoodsTable {
    padding: 10px 14px 20px;
  }
  .recordGoodsTable thead {
    display: none !important;
  }
  .recordGoodsTable thead,
  .recordGoodsTable tbody,
  .recordGoodsTable tbody tr,
  .recordGoodsTable tbody td {
    border: none;
    display: block;
  }
  .recordGoodsTable tbody tr {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
  }
  .recordGoodsTable tbody tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .recordGoodsTable tbody tr:nth-child(even),
  .recordGoodsTable tbody tr:nth-child(even) td {
    background: none;
  }
  .recordGoodsTable tbody tr td:last-child {
    padding-bottom: 10px;
  }
  .recordGoodsTable tbody tr td:first-of-type {
    border: none;
  }
  .recordGoodsTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
  }
  .recordGoodsTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0;
  }
  .recordGoodsTable tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0;
    position: relative;
  }
  .recordGoodsTable tfoot td {
    border-top: 1px solid #cbcbcb;
    padding: 10px 0 0 0;
  }
  .recordGoodsTable tfoot td:first-child {
    display: none;
  }
  .recordGoodsTable td:before {
    content: attr(data-info);
    font-weight: 600;
  }
  input[type="submit"].submitBtn {
    width: 100%;
  }
  .mapText {
    margin-top: 8px;
  }
  .noNameDonateForm ul.form {
    display: block;
  }
  .noNameDonateForm ul.form li {
    width: 100%;
  }
  .tableWrapper {
    padding: 0 16px 32px;
  }
  .tableFrameBox {
    background: #fff;
    padding: 0;
  }
  .transactionResultTable {
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
    width: 100%;
  }
  .transactionResultTable thead,
  .transactionResultTable tbody,
  .transactionResultTable tr,
  .transactionResultTable th,
  .transactionResultTable td {
    display: block;
  }
  .transactionResultTable tr {
    border-bottom: 1px solid #eae1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .transactionResultTable thead td:last-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 4px;
  }
  .transactionResultTable th {
    display: none;
  }
  .transactionResultTable td {
    background: #fff;
    border-bottom: none;
    color: #353b39;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 0;
    width: 100%;
  }
  .transactionResultTable td:before {
    content: attr(data-info);
    color: #353b39;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 0;
    width: 100%;
  }
  .webContent.first {
    margin-top: 45px;
  }
  .webContent.first.borderNone {
    padding-bottom: 40px;
  }
  footer .circleGoTopBtn {
    bottom: 70px;
    right: 20px;
  }
  footer .menu p {
    margin-top: 2px;
  }
}

@media screen and (max-width: 742px) {
  .creditCardForm ul.creditCardField {
    display: block;
  }
  .creditCardForm ul.creditCardField li:not(:last-child) {
    margin-bottom: 0;
  }
  .creditCardForm ul.creditCardField input.mt {
    margin-top: 28px;
  }
  .creditCardForm .creditCardInfo {
    display: block;
  }
  .creditCardForm .creditCardInfo li {
    margin-bottom: 22px !important;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 730px) {
  .chooseCash .donateBtnGroup li {
    width: 26%;
  }
  .chooseCash .goodsContent {
    display: block;
  }
}

@media screen and (max-width: 660px) {
  .dataArea {
    margin-top: 8px;
  }
  .dataArea p {
    font-size: 16px;
    margin-bottom: 8.4px;
  }
  .dataArea p.supportPerson, .dataArea p.currentDonateCash, .dataArea p.donateCashTarget {
    float: none;
  }
  .dataArea p.currentDonateCash {
    margin-left: 0;
  }
  .dataArea p:last-child {
    margin-bottom: 0;
  }
  .donateRecord ul span.dollars {
    font-size: 24px;
  }
  .totalCashBox span.dollars {
    font-size: 26px;
  }
}

@media screen and (max-width: 580px) {
  .chooseGoods .goodsContent {
    display: block;
  }
  .chooseGoods img.goodsPic {
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .chooseGoods .goodsText {
    margin-left: 0;
    margin-top: 10px;
  }
  .chooseGoods .quantity {
    margin-top: 16px;
    position: static;
  }
  .donateBtnGroup li {
    width: 26vw;
  }
}

@media screen and (max-width: 560px) {
  .donateRecord .content {
    display: block;
    padding: 16px 14px 20px;
  }
  .donateRecord ul {
    width: 100%;
  }
  .donateRecord ul li {
    display: block;
  }
  .noNameDonateForm ul.address li:last-child {
    margin-bottom: 0;
  }
  .noNameDonateForm select.mt0 {
    margin-top: 0;
  }
  .recordGoodsTable tbody td {
    display: block;
  }
}

@media screen and (max-width: 538px) {
  #mask .modalBox .modalIdentity li {
    width: 42%;
  }
}

@media screen and (max-width: 500px) {
  .webContent,
  .chooseCash,
  .chooseGoods,
  .donatorArea {
    padding: 14px 14px 28px;
  }
  .chooseCash .donateBtnGroup li {
    width: 100%;
  }
  .chooseCash .donateBtnGroup a.donateBtn {
    font-size: 14px;
    height: 46px;
    line-height: 38px;
  }
  .chooseCash .donateBtn li {
    height: 44px;
    margin: 0 3.4% 3.4% 0;
    width: 31%;
  }
  .chooseCash .donateBtn li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .chooseCash .donateBtn li:nth-child(4n + 4) {
    margin-right: 3.4%;
  }
  .chooseCash .donateBtn li:nth-child(5n + 5) {
    margin-right: 3.4%;
  }
  .chooseCash .donateBtn li:last-child {
    margin-right: 0;
  }
  .chooseCash .donateBtn li.last {
    margin-bottom: 3.4%;
  }
  .chooseCash .donateBtn li.last:last-child {
    margin-bottom: 0;
  }
  .chooseCash .donateBtn li label:before {
    height: 44px;
  }
  .chooseGoods .price li.first {
    margin-right: 8px;
  }
  .onlineDonateBox .contactUsFormBox {
    padding: 14px 14px 28px;
  }
  .onlineDonateBox .contactUsFormBox ul.verifyContent li {
    width: 50%;
  }
  .onlineDonateBox .donateArea .curveTitle {
    height: 44px;
  }
  .donateBtnGroup a.donateBtn {
    height: 46px;
    line-height: 38px;
  }
  .donateRecord .title h3 {
    font-size: 17px;
    line-height: 25px;
  }
  .donateRecord ul li {
    font-size: 15px;
    line-height: 27px;
  }
  .goodsContentBox {
    border-top: 1px solid #cbcbcb;
    padding-top: 18px;
  }
  .goodsContentBox .goodsText {
    border-bottom: 1px solid #cbcbcb;
    padding: 12px 0 18px 0;
  }
  .goodsContentBox .goodsText h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .goodsContentBox .goodsText p {
    font-size: 14px !important;
    line-height: 22px;
  }
  .onlineDonateBox {
    margin-top: 28px;
  }
  .contactUsFormBox ul.form label,
  .nameDonateForm ul.form label,
  .noNameDonateForm ul.form label {
    font-size: 15px;
    line-height: 23px;
  }
  #mask .modalBox.modalSmall {
    max-width: 274px;
    padding: 20px 10px 2px 10px;
  }
  #mask .modalBox.modalMiddle {
    max-width: 80vw;
  }
  #mask .modalBox h2 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 6px;
  }
  #mask .modalBox h3 {
    font-size: 16px;
  }
  #mask .modalBox h4 {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0;
  }
  #mask .modalBox ul.rule li {
    font-size: 14px;
    line-height: 24px;
  }
  #mask .listText {
    margin-top: 0;
  }
  .donateBtnGroup li {
    width: 100vw;
  }
  .recordGoodsTable tbody td {
    font-size: 15px;
    line-height: 27px;
    padding: 0;
  }
  .ruleFrameBox .questionUI {
    padding: 12px 12px 16px;
  }
  .ruleFrameBox .questionUI .questionTitle h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .ruleFrameBox .questionUI .accordionIcon {
    top: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .ruleFrameBox .questionUI .accordionIcon:before,
  .ruleFrameBox .questionUI .accordionIcon:after {
    height: 2.8px;
    width: 16px;
  }
  .transactionResultTable td,
  .transactionResultTable td:before {
    font-size: 15px;
    line-height: 25px;
  }
  .transactionResultTable td {
    padding: 10px 0;
  }
}

@media screen and (max-width: 470px) {
  .skillSupport .service {
    display: block;
  }
  .skillSupport .greenMark {
    margin-bottom: 12px;
    padding: 10px;
  }
  .skillSupport .telNumber img.icon {
    margin-left: 0;
  }
}

@media screen and (min-width: 418px) {
  footer .footerGoTopBtn img.desktopShow {
    display: block;
  }
  footer .footerGoTopBtn img.mobileShow {
    display: none;
  }
}

@media screen and (max-width: 418px) {
  .headerBox .politicianName span.title {
    display: none;
  }
  .mobileDonateBtn {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c6374), to(#0c515f));
    background: linear-gradient(-180deg, #0c6374 0%, #0c515f 100%);
    border: 1px solid rgba(12, 99, 116, 0.2);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .onlineDonateTitle li.last {
    margin-left: 6px;
  }
  footer {
    padding: 16px 12px 70px;
  }
  footer.noBtn {
    padding: 16px 12px 22px;
  }
  footer .footerGoTopBtn img {
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
  }
  footer .footerGoTopBtn img.desktopShow {
    display: none;
  }
  footer .footerGoTopBtn img.mobileShow {
    display: block;
  }
  footer .menu {
    margin-bottom: 14px;
  }
  footer .menu li {
    display: inline-block;
    line-height: 24px;
  }
  footer .socialBtn h5 {
    margin-bottom: 16px;
  }
  footer .socialBtn li {
    display: block;
    margin-right: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socialBtn li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  footer .socialBtn li a {
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  #mask .modalBox .scrollContent {
    max-height: 250px;
    padding-right: 0;
  }
  .payResultTable td {
    padding: 9.8px 0 9.8px 52%;
    width: 100%;
  }
}

@media screen and (max-width: 392px) {
  .webContent,
  .chooseCash,
  .chooseGoods {
    padding: 12px 14px 24px;
  }
  .social ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social li {
    margin: 0 10px 10px 0;
  }
}

@media screen and (max-width: 390px) {
  .chooseCash .donateBtnGroup {
    display: block;
  }
  .chooseCash .donateBtnGroup li {
    margin-right: 0;
    width: 100%;
  }
  .chooseCash .donateBtnGroup a.donateBtn {
    margin: 0 auto 3.4% auto;
    max-width: 160px;
  }
}

@media screen and (max-width: 375px) {
  .payResultTable td {
    text-align: left;
  }
}

@media screen and (max-width: 345px) {
  .nameDonateForm .checkBox li,
  .noNameDonateForm .checkBox li {
    font-size: 13px;
  }
}
